home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / sb.dxr / 00006_14HOT1.BMP.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  202 b   |  12 lines

  1. on mouseUp
  2.   sound stop 1
  3.   sound playFile 2, "..\som\xuac.wav"
  4.   startTimer()
  5.   repeat while the timer < 50
  6.     nothing()
  7.   end repeat
  8.   sound stop 2
  9.   set the sound of cast 79 to 1
  10.   go("camisa")
  11. end
  12.